home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mger.dir / 00300.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  191 b   |  13 lines

  1. on mouseUp
  2.   global Clips, fullscreenG
  3.   if fullscreenG = 1 then
  4.     ChangeScreenSize(Clips, "160,140", 0)
  5.   end if
  6. end
  7.  
  8. on exitFrame
  9.   put "inside exitFrame 297"
  10.   play done
  11.   go("104")
  12. end
  13.